From 7df31694deac6611aa1bc47ff1936ea4d9898dbf Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 11 Dec 2015 10:00:11 -0600 Subject: [PATCH] tools: always enable HAS_MEM_ACCESS For all supported targets HAS_MEM_ACCESS is enabled so this drops the conditional and always makes it enabled. The goal here is to remove the setting in the top level config directory when kconfig changes land. Suggested-by: Jan Beulich Signed-off-by: Doug Goldstein Acked-by: Razvan Cojocaru Acked-by: Ian Campbell --- tools/tests/xen-access/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/tests/xen-access/Makefile b/tools/tests/xen-access/Makefile index f810543738..dd70f9ffd8 100644 --- a/tools/tests/xen-access/Makefile +++ b/tools/tests/xen-access/Makefile @@ -7,8 +7,7 @@ CFLAGS += $(CFLAGS_libxenctrl) CFLAGS += $(CFLAGS_libxenguest) CFLAGS += $(CFLAGS_xeninclude) -TARGETS-y := -TARGETS-$(HAS_MEM_ACCESS) := xen-access +TARGETS-y := xen-access TARGETS := $(TARGETS-y) .PHONY: all -- 2.30.2